Spread WPF 17
GrapeCity.CalcEngine Namespace / ICalcStorage<TKey,TValue> Interface
Indicates the key for a stored item
Indicates the type for stored item.
Members


In This Topic
    ICalcStorage<TKey,TValue> Interface
    In This Topic
    Represent a storage for TValue.
    Object Model
    ICalcStorage<TKey,TValue> Interface
    Syntax
    'Declaration
     
    <DefaultMemberAttribute("Item")>
    Public Interface ICalcStorage
        (Of TKey As IEqualityComparer(Of TKey),
         TValue) 
    'Usage
     
    Dim instance As ICalcStorage(Of TKey,TValue)
    [DefaultMember("Item")]
    public interface ICalcStorage<TKey,TValue> 
    where TKey: IEqualityComparer<TKey>
    Type Parameters
    TKey
    Indicates the key for a stored item
    TValue
    Indicates the type for stored item.
    See Also